home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / micq-0.4.0 / lang.h < prev    next >
C/C++ Source or Header  |  1999-05-14  |  181b  |  10 lines

  1. #ifdef RUSSIAN_LANG
  2. #include "russian.h"
  3. #elif defined ENGLISH_LANG
  4. #include "english.h"
  5. #elif defined BRAZIL_LANG
  6. #include "brazil.h"
  7. #else
  8. #error "Must select a language."
  9. #endif
  10.